home *** CD-ROM | disk | FTP | other *** search
/ Web Publisher's Design Gu…or Windows (2nd Edition) / design.iso / otherfiles / sideshow (shockwave) / 00108.ls < prev    next >
Encoding:
Text File  |  1995-08-28  |  130 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     go("Ouch")
  4.     if soundBusy(1) = 0 then
  5.       puppetSound("glass")
  6.     end if
  7.   end if
  8. end
  9.